Extension point implementation
In component org.nuxeo.runtime.LoginAsComponent
Documentation
The extension point to define the implementation of the service provided by the component
Contribution Descriptors
- Class: org.nuxeo.runtime.api.login.LoginAsDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="implementation" target="org.nuxeo.runtime.LoginAsComponent"> <implementation class="org.nuxeo.ecm.platform.ui.web.auth.service.LoginAsImpl"/> </extension>